Hi!

PLEASE, READ TILL THE END IF YOU WANT TO BUILD THE LIBRARY!
te
Just to give you some hint about how to generate the shared library for a certain platform:

If you type:

python setup.py build

while being on this directory, the new library will be created somewhere down the ./build path (watch the screen output). However, if you want to generate the library in a specfific directory, you should type:


python setup.py build --force --build-plat ./lib/hpux102
tetepython setup.py build --force --build-plat ./lib/suse62 
python setup.py build --force --build-plat ./lib/solaris25
python setup.py build --force --build-plat ./lib/solaris7 
python setup.py build --force --build-plat ./lib/solaris8 

depending on which machine you are.

I hope this helps ...

Armando

cd /segfs/bliss/source/python/sps/